home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / MultiSel / ProgressFrm.dfm / ProgressFrm.txt
Encoding:
Text File  |  1998-03-25  |  922 b   |  49 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 405
  3.   Top = 382
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Progress'
  7.   ClientHeight = 59
  8.   ClientWidth = 210
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 3
  21.     Top = 5
  22.     Width = 204
  23.     Height = 49
  24.   end
  25.   object Gauge1: TGauge
  26.     Left = 7
  27.     Top = 8
  28.     Width = 196
  29.     Height = 19
  30.     Color = clBlack
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ForeColor = clRed
  36.     BackColor = clBlue
  37.     ParentColor = False
  38.     ParentFont = False
  39.     Progress = 23
  40.   end
  41.   object Label1: TLabel
  42.     Left = 7
  43.     Top = 32
  44.     Width = 196
  45.     Height = 13
  46.     AutoSize = False
  47.   end
  48. end
  49.